projects
/
util-linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79d7621
)
[PATCH 15/24] Add Makalu/Makalu-ELP (A715/X3)
author
ThomasKaiser
<ThomasKaiser@users.noreply.github.com>
Thu, 30 Jun 2022 05:32:40 +0000
(07:32 +0200)
committer
Chris Hofstaedtler
<zeha@debian.org>
Wed, 16 Nov 2022 10:32:57 +0000
(10:32 +0000)
Also fix names of A510/A710 cores
Gbp-Pq: Topic upstream
Gbp-Pq: Name 0015-Add-Makalu-Makalu-ELP-A715-X3.patch
sys-utils/lscpu-arm.c
patch
|
blob
|
history
diff --git
a/sys-utils/lscpu-arm.c
b/sys-utils/lscpu-arm.c
index 57b4bbaa10ed9187ba017959dfb51c1fabcc851b..30977cd2a89291a7d5156e8b8fbd3968235cd435 100644
(file)
--- a/
sys-utils/lscpu-arm.c
+++ b/
sys-utils/lscpu-arm.c
@@
-83,12
+83,14
@@
static const struct id_part arm_part[] = {
{ 0xd41, "Cortex-A78" },
{ 0xd42, "Cortex-A78AE" },
{ 0xd44, "Cortex-X1" },
- { 0xd46, "Cortex-510" },
- { 0xd47, "Cortex-710" },
+ { 0xd46, "Cortex-
A
510" },
+ { 0xd47, "Cortex-
A
710" },
{ 0xd48, "Cortex-X2" },
{ 0xd49, "Neoverse-N2" },
{ 0xd4a, "Neoverse-E1" },
{ 0xd4b, "Cortex-A78C" },
+ { 0xd4d, "Cortex-A715" },
+ { 0xd4e, "Cortex-X3" },
{ -1, "unknown" },
};